home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / sbin / update-modules < prev    next >
Text File  |  2008-10-14  |  300b  |  14 lines

  1. #!/bin/sh -e
  2.  
  3. exec >&2
  4.  
  5. echo ""
  6. echo "************************************************************************"
  7. echo "*"
  8. echo "* The update-modules command is deprecated and should not be used!"
  9. echo "*"
  10. echo "************************************************************************"
  11. echo ""
  12.  
  13. exit 0
  14.